operator precedence

英 [ˈɒpəreɪtə(r) ˈpresɪdəns] 美 [ˈɑːpəreɪtər ˈpresɪdəns]

网络  运算符优先级; 运算符的优先级; 算符优先; 操作符的优先级; 操作符优先级

计算机



双语例句

  1. The reason is operator precedence.
    原因是操作符的优先顺序。
  2. This grammar also knows about operator precedence.
    该语法还知道运算符优先级。
  3. The associativity of an operator defines the order in which operators of the same precedence are grouped ( right-to-left or left-to-right).
    操作符的结合性定义了相同优先级操作符组合的顺序(从右至左或从左至右)。
  4. Precedence or operator strength determines order of evaluation; an operator with higher precedence is evaluated before one of lower precedence.
    优先级或者说操作符的强度决定求值顺序;优先级高的操作符比优先级低的操作符先求值。
  5. I'll also look briefly at the issue of operator precedence and generalize the treewalking code into a full-fledged recursive routine that's able to handle arbitrarily complex parse trees.
    我还将简要地研究运算符优先级的问题,并将树遍历代码推广到成熟的递归例程中,该例程可以处理任意复杂的解析树。
  6. So the point is, there is something here called operator precedence, which is what the gentleman said.
    这里我要说的就是,这里有个,叫做操作优先的规则,也就是刚才那位先生说的。
  7. Logic Operators and Optimization of Search Formula for Internet Search Engines; Always break a long expression at the operator of the lowest possible precedence.
    INTERNET网检工具逻辑算符及检索表达式优化总是在可能的低优先级的操作符那而不是高优先级那,将长表达式截断。
  8. The dereference operator has a higher precedence than the addition operator.
    解引用操作符的优先级比加法操作符高。
  9. Operator precedence defines how an expression evaluates when several operators are present.
    运算符的优先级决定了存在多个运算符时一个表达式各部分的计算顺序。
  10. Note that the operator precedence rules also apply to user-defined operators that have the same names as the built-in operators mentioned above.
    请注意操作符优先级也适用于和上面提到的同名的内置操作符用户定义操作符。
  11. Consider using parentheses to improve readability and avoid mistakes because of logical operator precedence.
    考虑使用括号来改善可读性和避免由于逻辑操作符的优先级导致的错误。
  12. It is reported in this paper the grammar of the expressions in "C", and according to this, the operator precedence function is given. The characteristics and analysis of the expressions in" C "are also discussed here.
    本文提出描述C语言表达式的文法,并由该文法生成算符优先矩阵和算符优先函数,讨论了C语言表达式的特点和语法分析过程。
  13. The operator precedence parsing and recursive descent parsing are used in the syntax analysis and the intermediate code is quadruples.
    语法分析中使用了算符优先分析法和递归下降分析法;
  14. Extended object-based operator precedence algorithm was proposed on the basis of traditional operator precedence algorithm.
    在传统算符优先归约算法的基础上,提出了扩展的、基于对象的算符优先算法。
  15. Operator precedence grammar is a powerful tool for handling arithmetic expressions.
    算符优先文法是处理算术表达式的有力工具。
  16. This paper introduces the javascript interpreter designed and implemented by ourselves and presents an ex-tended object-based operator precedence algorithm.
    论文介绍了作者自行设计并实现的JavaScript语言解释器,提出并实现了一种扩展的、基于对象的算符优先算法。
  17. Automatic computing system based on syntax tree and operator precedence
    利用语法树和算符优先法构造的自动计算系统
  18. In the process of interpretation, the method of operator priority analyse is used for evaluating expression. For ease of evaluating expression, the paper carries out unified coding for every operator according to operator precedence.
    在解释翻译过程中,根据每一个运算符的优先级高低对运算符先进行统一编码,再采用算符优先分析法进行表达式求值。
  19. Many basic concepts and algorithms, such as finite automata, regular expression, context-free grammar, operator precedence algorithm, Reverse Polish Expression, etc, are be introduced and given the appropriate instance to illustrate.
    同时介绍了有穷状态机,正则表达式,上下文无关文法,算符优先算法,逆波兰式等基本概念及算法,并给出了适当的实例加以说明。